Skip to content

Add dashboard app - #4702

Draft
patrick91 wants to merge 2 commits into
mainfrom
2026-08-06-add-cross-inertia
Draft

Add dashboard app#4702
patrick91 wants to merge 2 commits into
mainfrom
2026-08-06-add-cross-inertia

Conversation

@patrick91

Copy link
Copy Markdown
Member

No description provided.

@vercel

vercel Bot commented Aug 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pycon Error Error Aug 14, 2026 8:21pm

@patrick91 patrick91 changed the title Add tailwind to dashboard Add dashboard app Aug 6, 2026
@claude

claude Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Scaffolds a new Django app (dashboard) that serves a React/Inertia frontend via cross-inertia, plus the Docker/CI/docker-compose plumbing to build and serve the Vite bundle.

  • backend/dashboard/views.py: the dashboard view has no auth/permission check (no login_required, staff_member_required, etc.), and it's mounted at /dashboard with no other guard in urls.py. If this is meant to become an admin/internal panel (which the Inertia + "dashboard" naming suggests), worth adding access control now rather than after real functionality lands on top of this scaffold, since it's easy to forget once there's more than a placeholder page.

No other significant issues in the infra/build changes (Dockerfile, docker-compose, CI workflow, settings) — they're internally consistent (STATICFILES_DIRS/ASSET_URL_PREFIX/manifest paths line up, test settings correctly swap in a fixture manifest to avoid needing a real Vite build for tests).

@codecov

codecov Bot commented Aug 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.86%. Comparing base (8f5c7a3) to head (2d8ec77).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4702   +/-   ##
=======================================
  Coverage   92.86%   92.86%           
=======================================
  Files         360      363    +3     
  Lines       11163    11176   +13     
  Branches      894      894           
=======================================
+ Hits        10366    10379   +13     
  Misses        675      675           
  Partials      122      122           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Shortcake-Parent: main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant